cargo.git
2014-07-22 borsauto merge of #240 : alexcrichton/cargo/cargo-new,...
2014-07-22 Alex CrichtonImplement cargo-new
2014-07-22 borsauto merge of #245 : alexcrichton/cargo/fix-fresh,...
2014-07-22 Alex CrichtonFix travis builds
2014-07-22 Alex CrichtonUse a hash for -C metadata instead of a string
2014-07-22 borsauto merge of #242 : alexcrichton/cargo/issue-111,...
2014-07-22 borsauto merge of #241 : alexcrichton/cargo/fix, r=wycats
2014-07-22 borsauto merge of #238 : alexcrichton/cargo/cstr-builder...
2014-07-22 Alex CrichtonAdd a test for closed issue #111
2014-07-22 Alex CrichtonCorrect a typo in layout preparation
2014-07-22 borsauto merge of #237 : cburgdorf/cargo/fix_deprecation_wa...
2014-07-22 Christoph Burgdorfremove deprecated lexical_ordering() usage
2014-07-22 borsauto merge of #235 : rust-lang/cargo/better-test-output...
2014-07-22 Alex CrichtonFix windows tests
2014-07-22 Alex CrichtonUse Path::display().to_string() less often
2014-07-22 Alex CrichtonMove git macros to using `arg()`
2014-07-22 Alex CrichtonSimplify the ProcessBuilder struct
2014-07-21 borsauto merge of #236 : cburgdorf/cargo/kill_lifetimes...
2014-07-21 Christoph Burgdorfkill unnecessary lifetime annotations
2014-07-21 Yehuda KatzImprove test output
2014-07-21 Yehuda KatzImprove error message on failed compile
2014-07-21 borsauto merge of #224 : alexcrichton/cargo/canonical-hash...
2014-07-21 borsauto merge of #222 : alexcrichton/cargo/no-cargo-toml...
2014-07-21 borsauto merge of #232 : bkoropoff/cargo/fix-repeated-cargo...
2014-07-21 Brian KoropoffAdd regression test for running `cargo test` twice
2014-07-20 Brian KoropoffFix failure on second run of 'cargo test'
2014-07-20 borsauto merge of #231 : alexcrichton/cargo/burningtree...
2014-07-20 Alex CrichtonFactor the metadata into test filenames
2014-07-20 Steve Klabnikfix deprecated usage
2014-07-20 Alex CrichtonDon't look inside target/ for sub-packages
2014-07-19 Alex CrichtonCanonicalize URLs when hashing sources
2014-07-19 borsauto merge of #216 : alexcrichton/cargo/issue-205,...
2014-07-19 Alex CrichtonHouse all native build output in a per-package dir
2014-07-18 Alex CrichtonBlow away all directories/files on each build
2014-07-18 borsauto merge of #220 : erickt/cargo/master, r=alexcrichton
2014-07-18 borsauto merge of #217 : gchp/cargo/docs, r=alexcrichton
2014-07-18 Erick TryzelaarUpdate hammer to fix `cargo build -h`.
2014-07-18 borsauto merge of #212 : fhahn/cargo/version, r=alexcrichton
2014-07-18 borsauto merge of #219 : alexcrichton/cargo/update-to-mater...
2014-07-18 Alex CrichtonUpdate to master
2014-07-18 Florian HahnAdd version command, closes #201
2014-07-18 Greg ChappleUse [[bin]] instead of [[executable]] in manifest examples
2014-07-17 borsauto merge of #213 : fhahn/cargo/fix-warnings-2, r...
2014-07-17 Florian HahnUse indexing instead of get() function to access Vec
2014-07-17 borsauto merge of #208 : alexcrichton/cargo/fix-main-name...
2014-07-17 borsauto merge of #211 : japaric/cargo/update-toml, r=alexc...
2014-07-17 Jorge AparicioUpdate toml submodule
2014-07-17 Alex CrichtonFix inferred name of `src/main.rs`
2014-07-16 borsauto merge of #206 : alexcrichton/cargo/update-toml...
2014-07-16 Alex CrichtonUpdate toml-rs
2014-07-15 borsauto merge of #202 : fhahn/cargo/master, r=alexcrichton
2014-07-15 Florian HahnAdd --destdir option to install.sh
2014-07-15 borsauto merge of #200 : thiagopnts/cargo/master, r=alexcri...
2014-07-15 thiagopntsundo inline for better readability
2014-07-15 thiagopntsMinor fixes for code style consistency
2014-07-15 borsauto merge of #57 : ebfe/cargo/git-chmod, r=alexcrichton
2014-07-14 borsauto merge of #199 : jdeseno/cargo/cleanup, r=alexcrichton
2014-07-14 Joshua DeSenoremove unecessary return statement
2014-07-14 borsauto merge of #198 : rust-lang/cargo/another-nightly...
2014-07-14 Alex CrichtonRe-attempt to fix the nightly windows installer
2014-07-14 Alex CrichtonRemove accidental debugging print
2014-07-14 borsauto merge of #197 : alexcrichton/cargo/fix-windows...
2014-07-14 Alex CrichtonAttempt to fix the windows dist bot
2014-07-14 borsauto merge of #196 : alexcrichton/cargo/linker-and...
2014-07-14 Alex CrichtonAllow configuratin ar/ld for rustc
2014-07-14 Alex CrichtonAllow tables in configuration
2014-07-14 borsauto merge of #195 : alexcrichton/cargo/install, r...
2014-07-14 borsauto merge of #190 : alexcrichton/cargo/cargo-run,...
2014-07-14 borsauto merge of #189 : alexcrichton/cargo/all-crate-types...
2014-07-14 Alex CrichtonAdd an installation script to the repo
2014-07-14 Alex CrichtonAdd a `cargo run` command
2014-07-13 borsauto merge of #176 : cburgdorf/cargo/docs_1, r=alexcrichton
2014-07-13 Christoph BurgdorfAdd documentation and make minor variable renames
2014-07-13 Alex CrichtonPass all formats via --extern for libs
2014-07-13 borsauto merge of #188 : huonw/cargo/remove-src-test, r...
2014-07-13 Huon WilsonRemove the src/test.rs implicit test.
2014-07-13 borsauto merge of #180 : sfackler/cargo/ndebug, r=wycats
2014-07-13 Steven FacklerPass --cfg ndebug when debug = false
2014-07-13 borsauto merge of #161 : alexcrichton/cargo/cargo-test...
2014-07-13 Alex CrichtonPass through extra arguments to `cargo test`
2014-07-12 borsauto merge of #172 : huonw/cargo/minor-refactoring...
2014-07-12 Huon WilsonMinor refactorings.
2014-07-12 borsauto merge of #170 : alexcrichton/cargo/same-name,...
2014-07-12 borsauto merge of #163 : o11c/cargo/examples, r=wycats
2014-07-11 Alex CrichtonUse PackageId in the DependencyQueue
2014-07-11 Ben LongbonsDo not run examples during 'cargo test'
2014-07-11 Ben LongbonsAdd support for external tests
2014-07-11 Ben LongbonsAdd support for examples
2014-07-11 borsauto merge of #169 : cburgdorf/cargo/name_clean, r...
2014-07-11 Christoph Burgdorflist `clean` command in help
2014-07-11 borsauto merge of #167 : alexcrichton/cargo/cross-compile...
2014-07-11 Alex CrichtonFinish plugin support
2014-07-11 borsauto merge of #166 : nielsle/cargo/command-env, r=alexc...
2014-07-11 Niels langager... Use command.env_set_all() instead of command.env()
2014-07-11 Alex CrichtonAdd some simple tests for cross compilation
2014-07-11 Alex CrichtonRefactor the parallel job queue to its own module
2014-07-11 Alex CrichtonRefactor fingerprint logic out of cargo_rustc
2014-07-11 Alex CrichtonRefactor Context into its own submodule
2014-07-11 Alex CrichtonRefactor `Job` to its own module
2014-07-11 Alex CrichtonImprove intra-target parallelism
next